@charset "UTF-8";
/* CSS Document */

/*Body*/
body{
	
	overflow:auto;
}

/*background*/
bg {
	width: auto;
	max-height: none;
	padding-bottom: 50px;
	background-position: center, right center left center, top center, bottom center;
	align-content: center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	padding-top: 5px;
	display:block;
	overflow: hidden;
}
logo{
	
	display: inline-block;
	background-repeat: no-repeat, no-repeat, no-repeat;
	align-items: center;
	padding-top: 20px;
	
}

/*Navigation*/
.nav {
	
	background-color: #080000;
}
navbar-header{
	padding-left: 50px;
	align-content: right;
}
navbar-brand{
	align-content: right;
}
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:right;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:right;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

/*Header*/

/*Footer*/
/*Footer*/

.column{
	
	float: left;
	width: 25%;
}
.row:after{
	
	content:"";
	display:table;
	clear:both;
	
}
time{
	font-size:18px;
	
}

h3{
	font-size-adjust: auto;
	font-size: 1em;
	text-align: center;
}
p{
	align-content: center;
	vertical-align: middle;
}

form{
	
	padding-left: 40px;
	
}
button{
	align-content: center;
	background-color: #5E1211;
	
}

/*shopping cart*/
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

footer{
	
	  position: relative;
    z-index: 1;

}


/*Media Queries*/
/* baseline smart phone portrait */

@media (min-width: 320px) and (max-width: 720px)
{
	p { font-size: 16px; 
	}



}
@media (min-width: 320px)
{
.divbg {background-color: black;}
h1 {font-size:16px;}
p {font-size: 14px}

}
/* baseline smart phone landscape */
@media (min-width: 480px)
{
.divbg {background-color: black;}
h1 {font-size:16px;}
p {font-size: 14px}
}
/* baseline tablet portrait */
@media (min-width: 768px)
{
.divbg {background-color: gray;}
h1 {font-size:23px;}
p {font-size: 15px}
}
/* baseline tablet landscape */
@media (min-width: 1024px)
{
.divbg {background-color: gray;}
h1 {font-size:23px;}
p {font-size: 15px}
}
/* baseline laptop */
@media (min-width: 1200px)
{
.divbg {background-color: light gray;}
h1 {font-size:30px;}
p {font-size: 16px}
}
/* baseline desktop */
@media (min-width: 1240px)
{
.divbg {background-color: light gray;}
h1 {font-size:30px;}
p {font-size: 16px}
}